projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
750178e
)
combobox: Implement clip
author
Benjamin Otte
<otte@redhat.com>
Sat, 24 May 2014 14:21:02 +0000
(16:21 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 24 May 2014 14:21:02 +0000
(16:21 +0200)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index 4de54ac89041c863868d79c31328e6729a55f171..e31f52150477eb7bcb9a6ee55095ec6899429d55 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-2762,6
+2762,8
@@
gtk_combo_box_size_allocate (GtkWidget *widget,
child.height = MAX (1, child.height);
gtk_widget_size_allocate (child_widget, &child);
}
+
+ _gtk_widget_set_simple_clip (widget);
}
#undef GTK_COMBO_BOX_ALLOCATE_BUTTON